Welcome![Sign In][Sign Up]
Location:
Search - decoder h264

Search list

[Streaming Mpeg4H264软件解码器的优化

Description: 是一篇关于H.264软件解码器的优化的文章-is one of the H.264 software decoder optimized article
Platform: | Size: 145480 | Author: 毕松林 | Hits:

[Streaming Mpeg4h264.tar

Description: 开放源代码的一个最小化H.264解码器,Minimal H.264 decoder by Martin Fiedler-open source a minimum H.264 codec, H.264 decoder Minimal by Martin Fiedler
Platform: | Size: 31262 | Author: yangtm | Hits:

[Compress-Decompress algrithmsH264-v1_code.0

Description: Nokia H.264/AVC Encoder/Decoder Usage Manual
Platform: | Size: 408152 | Author: xuqian | Hits:

[VOIP programjm_9

Description: h264视频编码源码JM_9,里面包括编码器和解码器,是做264编码得必选参考源码!-ENG video source coding JM_9 inside including encoder and decoder, so 264 is definitely in coding reference source!
Platform: | Size: 3210240 | Author: lzd | Hits:

[Multimedia Develop14496-10_h264

Description: 14496 附录10 标准264解码参考代码-14496 Appendix 10 standard decoder reference code 264
Platform: | Size: 1039360 | Author: 要相同 | Hits:

[Streaming Mpeg4p264decoder

Description: H264的解码器,从X264发展而来。补充X264没有解码器的遗憾-H.264 decoder, came from the X264 development. Added X264 no regrets decoders
Platform: | Size: 182272 | Author: xujun | Hits:

[Program docH264_rate_control

Description: 这个幻灯片介绍了H.264中用到的码率控制.有效的码率控制可以保证良好的解码端质量。-on the slides used in the H.264 Rate Control. Effective rate control can ensure good decoder quality.
Platform: | Size: 24576 | Author: zlinling | Hits:

[Streaming Mpeg4h264_dec

Description: Intel 的H264譯碼器,速度很快需要IPP庫支持-Intel H264 decoder, very fast need the support of IPP
Platform: | Size: 193536 | Author: stray109 | Hits:

[Multimedia programAVS_Source

Description: AVS--中国代替h264/mpeg4的编解码标准 官方源代码-AVS-- China h264/mpeg4 replace the standard codecs official source code
Platform: | Size: 372736 | Author: 闫乐敏 | Hits:

[Compress-Decompress algrithmsh.264encoder

Description: H264解码器,本解码器实现了图像的264解码-H264 codec, the decoders to realize image decoder 264
Platform: | Size: 136192 | Author: 姓名 | Hits:

[Multimedia DevelopH264Player

Description: 利用ffmpeg提供的解码接口函数实现了对h264压缩格式视频文件的正确解码,并调用显示函数显示出来了-using ffmpeg provide decoder interface functions to achieve the right h264 video compression format to the correct document Decoders, and calls to show that the function is displayed
Platform: | Size: 2223104 | Author: zhaojing | Hits:

[Data structsh264_msvc_build

Description: 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the source code (a patch and an additional vc project directory), use the compression pack. Based on the 2007 version .1.19 checkout. After the revised version of the operating speed vc MinGW gcc compiler and the maximum operating speed very basic (/-2%) . It can only use intel compiler, vc built-in compiler efficiency too low. I point to the increase in technical breakdown! ! ! !
Platform: | Size: 14336 | Author: qgfhit | Hits:

[Windows DevelopH264

Description: h.264解码 有自己添加的详细的注释 有一部分是基于ffmpeg-h.264 decoder has its own detailed comments to add in part is based on ffmpeg
Platform: | Size: 1896448 | Author: 郑新资 | Hits:

[Software Engineeringreviews_of_H264

Description: a reviews chip architecture of H264 s coder and decoder. and describe the compute requirement in details-a reviews chip architecture of H264 s coder and decoder. and describe the compute requirement in details
Platform: | Size: 1128448 | Author: nmtr | Hits:

[SymbianH264Symbian

Description: symbian平台实现的H264流媒体解码的程序源码。-symbian platform of H264 streaming media decoder program source code.
Platform: | Size: 620544 | Author: 谭雪 | Hits:

[DSP programAVC_tim

Description: avc h264 encoder and decoder with c/c++ only. very useful to be ported on dsp
Platform: | Size: 1348608 | Author: luigicar | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[Streaming Mpeg4H264-OPhone

Description: 流媒体程序开发之:H264解码器移植到OPhone:并写一个测试程序(OPhoneSDK+Java)测试解码库是否正常运行,此方法也可用在android手机上。-Program development of streaming media: H264 decoder ported to OPhone: and write a test program (OPhoneSDK+ Java) test whether the normal operation of the decoder library, this method can also be used in the android phone.
Platform: | Size: 268288 | Author: u1001234 | Hits:

[androidstagefright_h264

Description: android源码中提取的h264编解码部分-android H264 encoder & decoder source code
Platform: | Size: 98304 | Author: jiakai | Hits:

[OtherDecoder

Description: 基于bradway的纯javascript,h264解码器。(javascript h264 decoder based on brodway)
Platform: | Size: 77824 | Author: 小明咯咯哒 | Hits:
« 1 23 4 5 6 7 8 9 »

CodeBus www.codebus.net